ComponentOne Xamarin.Android
HasMoreItems Property (C1CursorCollectionView<T,K>)


C1.CollectionView Assembly > C1.CollectionView Namespace > C1CursorCollectionView<T,K> Class : HasMoreItems Property
Gets a value that indicates whether more items can be loaded.
Syntax
'Declaration
 
Public Overridable ReadOnly Property HasMoreItems As Boolean
'Usage
 
Dim instance As C1CursorCollectionView(Of T,K)
Dim value As Boolean
 
value = instance.HasMoreItems
public virtual bool HasMoreItems {get;}
See Also

Reference

C1CursorCollectionView<T,K> Class
C1CursorCollectionView<T,K> Members